#############################################################################
#                                                                           #
#                       cifX TCP Server                                     #
#                                                                           #
#############################################################################


General Notes
-------------
The versions are given in the form "<major>.<minor>.<build>.<revision>".
This is in line with the canonical numbering for all Hilscher firmware.
The dates are given in the international date format (yyyy-mm-dd).



#############################################################################
#                                                                           #
#                            Version History                                #
#                                                                           #
#############################################################################


V1.4.0.0 (2020-12-01)
----------------------
- Update to netX Marshaller V2.4.0.0

V1.3.0.0 (2019-11-11)
----------------------
- Update to netX Marshaller V2.3.0.0
- Removed depricated TLR definitions

V1.2.1.0 (2019-09-06)
----------------------
 - added support for xSysdeviceResetEx()
 - delete autotools environment

V1.2.0.0 (2019-08-16)
----------------------
 - Update to netX Marshaller V2.2.0.0

V1.1.2.0 (2019-02-14)
----------------------
 - fixed application termination in case getnameinfo() takes longer time
 - fixed segfault while enumerating network adapters
 - update eclipse project settings

V1.1.1.0 (2017-08-07)
----------------------
 - changed to C-application
 - added CMake control files
 - removed single dir option since auto dectection is introduced

V1.1.0.0 (2015-08-17)
----------------------
 - Update to netX Marshaller V2.0.18.0
 - Updated makefile to include common shared headers
 
V1.0.4.0 (2014-08-26)
----------------------
 - update to automake V1.14.1

V1.0.3.0 (2014-07-30)
----------------------
 - Update eclipse project (library settings)
 - removed warning "...warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body..." when running configure
 - print server information on successful startup
 - add support for "single directory file storage" (firmware) (USESINGLE_DIRECTORY)
 - update to Marshaller V2.0.16.0

V1.0.2.0 (2013-01-28)
----------------------
 - Update eclipse project (library settings)

V1.0.1.0 (2012-05-04)
----------------------
Added:
 - add file download
 - add program arguments
   * select specific card
   * specifiy port number
   * display IP of active network adapter
   * display all available cards


V0.0.0.0 (2010-06-15)
----------------------
Initial Version  - created from cifXTCPServer (Win32) V2.0.13.0 -

Changes:
 - 64-bit support

Add-ons:

Bug fixes:

